@charset "utf-8";

/* 
 *@Project: 样式重设及公共样式表
 */
html {
	color: #7a7a7a;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
	table-layout: fixed;
	word-break: break-all;
}

i {
	font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 Microsoft Yahei, tahoma, arial, sans-serif;
}
input{
    border:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block;
}
.clearfix:after,.clearfix:before{
    display:table;content:" ";
}
.clearfix:after{
    clear:both;
}
*{
    box-sizing:border-box;
}
:after,:before{
    box-sizing:border-box;
}
body{
    font:14px/1.5 SimHei,Tahoma,Geneva,sans-serif!important;
}

body a {
	color: #ababab;
	outline: none;
	blr: expression(this.onFocus=this.blur())\9;
}

input,
select,
textarea,
button {
	font-size: 100%;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: inherit;
}

fieldset,
img {
	border: 0;
}


iframe {
	display: block;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

del {
	text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
	line-height: 0
}

a:hover {
	text-decoration: none;
}

ins,
a {
	text-decoration: none;
}
.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fn-clear {
	zoom: 1;
}

body .fn-hide {
	display: none;
}

body .fn-show {
	display: block;
}

body .fn-v-hide {
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

body .fn-v-show {
	visibility: visible;
	opacity: 1;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

.fn-left,
.fn-right {
	display: inline;
}

.fn-left {
	float: left;
}

.fn-right {
	float: right;
}

.padding-t-10 {
	padding-top: 10px;
}

.padding-t-15 {
	padding-top: 15px;
}
.padding-t-60 {
	padding-top: 60px;
}
.padding-t-25 {
	padding-top: 25px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-t-30{
	padding-top: 30px;
}
.padding-t-35{
	padding-top: 35px;
}
.padding-t-40{
	padding-top: 40px;
}
.padding-b-10 {
	padding-bottom: 10px;
}
.padding-b-25 {
	padding-bottom: 25px;
}


.padding-b-30 {
	padding-bottom: 30px;
}
.padding-b-40 {
	padding-bottom: 40px;
}
.padding-b-50 {
	padding-bottom: 50px;
}
.padding-b-60 {
	padding-bottom: 60px;
}
.padding-b-70 {
	padding-bottom: 70px;
}
.padding-b-80 {
	padding-bottom: 80px;
}
.padding-t-70 {
	padding-top: 70px;
}
.padding-b-70 {
	padding-bottom: 70px;
}
.padding-10 {
	padding: 10px;
}

.padding-tb-10 {
	padding: 10px 0;
}

.padding-lr-5 {
	padding: 0 5px;
}

.margin-t-5 {
	margin-top: 5px;
}

.margin-t-10 {
	margin-top: 10px;
}

.margin-t-15 {
	margin-top: 15px;
}

.margin-t-20 {
	margin-top: 20px;
}

.margin-t-25 {
	margin-top: 25px;
}
.p50{
	padding:50px 0;
}
.p40{
	padding:40px 0;
}
.p60{
	padding:60px 0;
}
.p80{
	padding:80px 0;
}
.margin-t-30 {
	margin-top: 30px;
}
.margin-t-40 {
	margin-top: 40px;
}
.margin-t-50 {
	margin-top: 50px;
}
.margin-t-60 {
	margin-top: 60px;
}
.margin-t-70 {
	margin-top: 70px;
}
.margin-t-80 {
	margin-top: 80px;
}
.margin-t-90 {
	margin-top: 90px;
}

.margin-t-35 {
	margin-top: 35px;
}

.margin-t-40 {
	margin-top: 40px;
}
.margin-t-50 {
	margin-top: 50px;
}
.margin-l-5 {
	margin-left: 5px;
}

.margin-l-10 {
	margin-left: 10px;
}

.margin-l-15 {
	margin-left: 15px;
}

.margin-l-20 {
	margin-left: 20px;
}

.margin-l-30 {
	margin-left: 30px;
}

.margin-l-40 {
	margin-left: 40px;
}

.margin-r-10 {
	margin-right: 10px;
}

.margin-r-5 {
	margin-right: 10px;
}

.margin-b-5 {
	margin-bottom: 5px;
}

.margin-b-10 {
	margin-bottom: 10px;
}

.margin-b-15 {
	margin-bottom: 15px;
}

.margin-b-20 {
	margin-bottom: 20px;
}

.margin-b-30 {
	margin-bottom: 30px;
}

.margin-b-40 {
	margin-bottom: 40px;
}
.margin-b-50{
	margin-bottom: 50px;
}
.margin-b-60{
	margin-bottom: 60px;
}
.margin-b-70{
	margin-bottom: 70px;
}

.margin-b-100 {
	margin-bottom: 100px;
}

.margin-r-40 {
	margin-right: 40px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.margin-lr-10 {
	margin: 0 10px;
}

.margin-lr-20 {
	margin: 0 20px;
}
.padding-20{
	padding: 0 20px;
}
.b-r-3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}

.b-r-5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}

.b-r-10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
}

.b-r-50 {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.p70{
	padding:70px 0;
}

.area{
	margin:0 auto;
	width:1200px;
}
img{
	display: block;
}

/* 导航 */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.nav-box{
	width: 100%;
	height:78px; 
	line-height:78px; 
	border-bottom: 1px solid #dae5f7;
	z-index: 2;
}
.logo img{
	width: auto;
	height: 45px;
	margin-top: 16px;
}
.nav-con{
	width: 60%;
}
.nav{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav a{
	color:#2a2a2a;
}
.nav .nLi{
	position:relative;
}
.nav .nLi h3 a{ 
	display:block; 
	padding:0 3px; 
	font-size:16px;
	color:#2a2a2a;
}
.nav .nLi h3 a::after{
	position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    background: #2c68ff;
    bottom:0;
    left: 0;
    transition: all 0.8s;
}
.nav .nLi h3 a.nav-home:hover:after,
.nav .nLi h3 a#active::after{
	width: 100%;
}
.nav .nLi h3 a.nav-home:hover,
.nav .nLi h3 a#active{
	color:#2c68ff;
}
.nav .sub a:hover{
	color:#fff;
}
.nav .sub{
	display:none;
	width: 110px;
    left: -17px;
    top: 89px;
    position: absolute;
    line-height: 40px;
    z-index: 9;
    text-align: center;
    padding-top: 5px;
    background: #2c68ff;
}
.nav .sub li{
	zoom:1;
	border-bottom: 1px solid #dae5f7;
}
.nav .sub a{
	display:block;
	font-size: 15px;
	color:#fff;
}

/* 底部修改 */
.footer-box{
	background:#282828;
}
.footer-box .footer-list{
	padding:50px 0;
}
.footer-box .footer-list .footer-left{
	width: 43%;
}
.footer-box .footer-list .footer-left dl dt{
	font-size: 18px;
	font-family: myFont4;
	color:#fff;
	margin-bottom: 12px;
}
.footer-box .footer-list .footer-left dl dd a{
	font-size: 16px;
	font-family: myFont1;
	color:#fff;
	margin-top: 7px;
	display: block;
	transition: .4s;
}
.footer-box .footer-list .footer-left dl dd a:hover{
	color:#3961f6;
}
.footer-box .footer-list .footer-right{
	display: flex;
	width: 50%;
	justify-content: flex-end;
	margin-top: 25px;
}
.footer-box .footer-list .footer-right .img img{
	width: 105px;
	height: auto;
}
.footer-box .footer-list .footer-right .des{
	font-size: 15px;
	color:#fff;
	font-family: myFont1;
	margin-bottom: 15px;
	margin-right: 20px;
}
.footer-box .footer-list .footer-right .des p{
	font-size: 17px;
	color:#fff;
	font-family: myFont1;
}
.footer-box .footer-icp{
	padding:15px 0;
	border-top: 1px solid #3a3a3a;
	color:#717171;
	font-size: 14px;
}
.footer-box .footer-icp a{
	color:#717171;
	transition: .4s;
}
.footer-box .footer-icp a:hover{
	color:#3961f6;
}

/* 右侧悬浮 */
.kfbar {
	width: 65px;
	height: auto;
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -120px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px dashed #2c68ff;
	border-radius: 10px;
	z-index: 100;
	padding-bottom: 7px;
}
/* 公共导航栏样式 */
.kfbox {
	width: 65px;
	height: 100%;
	float: right;
	position: relative;
	
}
.kfbar.hidesol{
	width: 34px;
	border: none;
	right: 0;
	background: rgba(255, 255, 255, 0.6);
	visibility: hidden;
	border-radius: 10px 0 0 10px ;
	-webkit-border-radius: 10px 0 0 10px ;
	-moz-border-radius: 10px 0 0 10px ;
	-ms-border-radius: 10px 0 0 10px ;
	-o-border-radius: 10px 0 0 10px ;
}
.kfbar.hidesol .kfitem {
	right: 36px;
}
.kfbar.hidesol .kfico{
	height: 50px;
}
.kfboxclose {
	position: absolute;
    width: 20px;
    height: 20px;
	right: 0;
	top: 5px;
	background: url(../images/close.png) no-repeat ;
	z-index: 555;
}
.kfboxclose:hover{
	cursor: pointer;
}
.kfboxshow{
	text-align: center;
    font-size: 20px;
    letter-spacing: -6px;
    color: #366fff;
	cursor: pointer;
	padding-bottom: 10px;

}
.kfico {
	height: 55px;
	/* width: 65px; */
	padding: 15px 0 5px;
	cursor: pointer;
	margin-bottom: 10px;
}
.kfico img.kficon {
	display: block;
	height: 22px;
	margin: 0 auto;
}
.kfbar.hidesol img.kficon{
	/* width: 34px; */
	/* padding-left: 36px; */
}
.kfbar.hidesol .kfbox,.kfbar.hidesol .kfico{
	width: auto;
}
.kfico span {
	display: block;
	padding-top: 3px;
	height: 30px;
	line-height: 30px;
	color: #2c68ff;
	text-align: center;
}

.kfitem {
	width: 190px;
	height: 300px;
	position: absolute;
	top: 0;
	right: 65px;
	display: none;
}

.kftel {
	width: 180px;
	height: auto;
	border: 1px solid #366fff;
	border-radius: 5px;
	background: #f8f8f9;
	overflow: hidden;
}
.kftelt,.kfmat {
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: #366fff;
	text-align: center;
	font-size: 16px;
}
.kftelt {
	background: #366fff url(../images/6955e0022c2d41f093cc51614f1a2d25.gif) 15px center no-repeat;
	background-size: 22px;
}
.kftelc {
	height: auto;
	padding: 10px 20px;
	font-size: 14px;
	color: #333;
	line-height: 200%;
}

.kftel img {
	width: 140px;
	height: auto;
	display: block;
	margin: 20px auto;
}

.kfico:hover .kfitem {
	display: block;
}

.kfico:hover span {
	font-weight: bold;
}

.kfsmall {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: fixed;
	right: 5px;
	top: 50%;
	background: rgba(255, 255, 255, 0.9);
	border: 1px dashed #ccc;
	border-radius: 50%;
	z-index: 100;
	display: none;
	font-size: 26px;
	text-align: center;
	color: #999;
	cursor: pointer;
}




/* 窗口悬浮 */
.s_spserv__wrap {
	position: fixed;
	right: 21px;
	bottom: 82px;
	padding: 9px;
	z-index: 99;
}

.s_spserv__wrap-morebottom {
	bottom: 115px
}

.s_spserv__wrap-backtop {
	bottom: 117px
}

.s_spserv__item {
	width: 48px;
	height: 48px;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
	cursor: pointer;
	position: relative;
	color: #333
}

.s_spserv__item:last-of-type {
	margin-bottom: 0
}

.s_spserv__pic {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    color: #666;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    text-align: center;
    line-height: 48px;
	transition: .4s;
}
.s_spserv__pic .iconfont{
	font-size: 26px;
}
.s_spserv__pic:hover{
	background:#3961f6;
	color:#fff;
}

.s_spserv__line-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all
}

.s_spserv__hoverarea{
	-webkit-animation: spservhover .3s ease-out 0s forwards;
	animation: spservhover .3s ease-out 0s forwards;
	display: none;
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translate(-100%, -50%);
	padding: 15px 15px;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
	border-radius: 6px;
	max-width: 252px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	text-align: center;
}
.s_spserv__hoverarea:first-child,
.s_spserv__hoverarea:nth-child(2){
	width: 252px;
}
.not-ie-hoverarea:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	right: 0;
	transform: translate(-100%, -50%) rotate(45deg);
	right: -12px;
	filter: drop-shadow(2px -2px 1px rgba(0, 0, 0, .05));
	background: #fff
}

.s_spserv__hoverarea-block {
	display: block
}
.s_spserv__wxpic {
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 9px auto
}

.s_spserv__hoverarea-wx {
	text-align: center;
	padding: 15px 15px
}


.back_top_wrapper{
	position: fixed;
	right: 28px;
	bottom: 47px;
	z-index: 200;
	transition: bottom .3s ease;
	width: 48px;
	height: 48px;
	background:#3961f6;
	text-align: center;
	line-height: 48px;
	border-radius: 5px;
	transition: .4s;
}
.back_top_wrapper .iconfont{
	font-size: 25px;
	color:#fff;
}
.back_top_wrapper:hover{
	cursor: pointer;
	position: fixed;
	right: 28px;
	bottom: 52px;
}
